home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / encore.zip / README3.TXT < prev    next >
Text File  |  1992-12-24  |  5KB  |  125 lines

  1.  
  2. Read Me 3
  3.  
  4. Encore Release Notes - 1/27/92
  5.  
  6. Welcome to Encore for Windows.  Included below are some
  7. notes and bits of information which may clarify how Encore
  8. works and what you need to do to get up and running.  
  9.  
  10. Thank you,
  11.  
  12. Passport Designs
  13. 100 Stone Pine Road
  14. Half Moon Bay, CA  94019
  15. (415) 726-0280
  16.  
  17. 1.) ENCORE and MIDI
  18.  
  19. Encore can work with Microsoft Windows with or without the
  20. Multimedia Extensions. We have provided MIDI drivers which
  21. can either replace or act in place of the Multimedia
  22. drivers.
  23.  
  24. If you are using Passport's MIDI drivers you need to find
  25. out the port address and interrupt level your MIDI card
  26. uses. If those differ from the Passport MIDI driver defaults
  27. you need to use the MIDI Setup (MIDISET) program to get the
  28. correct values into your SYSTEM.INI file. Run MIDI Setup
  29. from the Encore Program Group in Windows, select the
  30. appropriate driver from the list of Installed Devices, and
  31. click Setup to change the port address and interrupt level.
  32. If no devices appear to be installed, select the appropriate
  33. device(s) from the list box to the left and click Install.
  34.  
  35. You can also edit the SYSTEM.INI file directly using Windows
  36. SYSEDIT application.  Go to the [drivers] section of the
  37. SYSTEM.INI file and manually add or edit the drivers as in
  38. the examples below:
  39.  
  40. ; default settings for an MPU-401
  41. [mpu401.drv]
  42. port=330
  43. int=2
  44.  
  45. ; for Soundblaster MIDI
  46. [sndblst.drv]
  47. port=220
  48. int=3
  49.  
  50. ; for port 1 on Passport's MIDI Transport
  51. [trnsprt1.drv]
  52. port=3f8
  53. int=4
  54.  
  55. ; for port 2 on Passport's MIDI Transport
  56. [trnsprt2.drv]
  57. port=2f8
  58. int=3
  59.  
  60. The first entry, for instance, will tell Passport's MIDI
  61. driver to look for your MPU-401 on interrupt 2 at port
  62. address 330. Check your card and its documentation for help
  63. on finding out what these values are. The above values are
  64. the defaults. You need only add an entry to your SYSTEM.INI
  65. file if your values are different than these.
  66.  
  67. If you use a MusicQuest MIDI card, Passport's drivers allow
  68. you to access all of the cards 32 channels. Install the MPU-
  69. 401 driver for this card.  Encore will sense the presence of
  70. the MQX-32 and offer two port choices in the MIDI Setup
  71. dialog (see the User's Manual for more information about
  72. MIDI Setup).
  73.  
  74. Windows provides a program which makes editing your
  75. SYSTEM.INI file, and other system files, easy to do. It is
  76. called SYSEDIT.EXE and can be found in your Windows system
  77. directory. Add it to your Main group if you haven't done so
  78. already. It is great to have around. Take care when you edit
  79. these files, however. They must be just right for your
  80. system to work. Keep backups around just in case.
  81.  
  82.  
  83. 2.) Encore's DLL FILES
  84.  
  85. There are two files (LOMIDI.DLL and MMSYSTEM.DLL if you are
  86. using Passport's MIDI driver) which Windows must be able to
  87. find in order to run Encore. They can reside in the Windows
  88. directory, the Windows system directory, or any directory
  89. set in the PATH statement in your AUTOEXEC.BAT file.
  90.  
  91. The default behavior of the Setup program is to add your new
  92. Encore directory to the PATH statement in AUTOEXEC.BAT. This
  93. means that Windows will find the DLLs by searching the PATH.
  94.  
  95. If you wish, you can copy those three files into another
  96. directory in the PATH or in the Windows directories and
  97. remove your Encore directory from the PATH statement. If you
  98. do this, make sure that the references to Encore.EXE (in any
  99. group file items or in the [Extensions] section of your
  100. WIN.INI file) use Encore's full path name since Windows
  101. won't be able to use the PATH statement to find Encore.EXE.
  102. This way you can avoid the expanding PATH statement
  103. syndrome.
  104.  
  105. 4.) TROUBLE SHOOTING
  106.  
  107. -> If you get the message 'Out of environment space' when
  108.    booting after installing Encore, increase the environment
  109.    size in your CONFIG.SYS file. The statement:
  110.  
  111.                 shell=command.com /e:512 /p
  112.  
  113.    will most likely provide you with ample space. If not,
  114.    increase the number after '/e:'.
  115.  
  116. -> If you get no MIDI I/O whatsoever, make sure that the
  117.    SYSTEM.INI settings are correct. Check the card and its
  118.    documentation to make sure of what the values are.
  119.  
  120. -> We have noticed that with Windows Multimedia Extensions
  121.    MPU-401 driver in 386 enhanced mode, occasional incoming
  122.    data is lost. This has been reported and (we hope) will
  123.    be addressed in future Multimedia Windows versions. In
  124.    the meantime try running in Standard mode (run 'win /s'),
  125.    which we have had better luck with.